net/http.ServeMux.register (method)
5 uses
net/http (current package)
server.go#L2760: mux.register(pattern, handler)
server.go#L2771: mux.register(pattern, HandlerFunc(handler))
server.go#L2781: DefaultServeMux.register(pattern, handler)
server.go#L2791: DefaultServeMux.register(pattern, HandlerFunc(handler))
server.go#L2795: func (mux *ServeMux) register(pattern string, handler Handler) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |